home *** CD-ROM | disk | FTP | other *** search
/ NT Sources / Infomagic - NT Source Volume 1 (Disc 1 of 2).iso / graphics / bbdemo.exe / _SETUP.1 / ADDEDIMG.dll / RCDATA / TWWLOOKUPDLG / TWWLOOKUPDLG.txt
Text File  |  1998-01-29  |  3KB  |  141 lines

  1. object wwLookupDlg: TwwLookupDlg
  2.   Left = 285
  3.   Top = 178
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Lookup'
  8.   ClientHeight = 343
  9.   ClientWidth = 344
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   KeyPreview = True
  15.   OnCloseQuery = FormCloseQuery
  16.   OnKeyDown = FormKeyDown
  17.   OnKeyUp = FormKeyUp
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object SearchCharacterLabel: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 106
  24.     Height = 13
  25.     Caption = '&Search Characters'
  26.     FocusControl = wwIncrementalSearch1
  27.   end
  28.   object SortByLabel: TLabel
  29.     Left = 8
  30.     Top = 48
  31.     Width = 59
  32.     Height = 13
  33.     Caption = 'Search &By'
  34.     FocusControl = wwKeyCombo1
  35.     Visible = False
  36.   end
  37.   object wwKeyCombo1: TwwKeyCombo
  38.     Left = 10
  39.     Top = 64
  40.     Width = 329
  41.     Height = 21
  42.     Hint = 'Incremental searching and sorting order'
  43.     Style = csDropDownList
  44.     ItemHeight = 13
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 2
  48.     Visible = False
  49.     OnChange = wwKeyCombo1Change
  50.     OnEnter = wwKeyCombo1Enter
  51.     OnKeyDown = wwKeyCombo1KeyDown
  52.     ShowAllIndexes = False
  53.     DataSource = DataSource1
  54.     PrimaryKeyName = 'PrimaryKey'
  55.   end
  56.   object wwDBGrid1: TwwDBGrid
  57.     Left = 8
  58.     Top = 84
  59.     Width = 329
  60.     Height = 209
  61.     TitleColor = clBtnFace
  62.     FixedCols = 0
  63.     ShowHorzScrollBar = True
  64.     DataSource = DataSource1
  65.     Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
  66.     TabOrder = 1
  67.     TitleAlignment = taLeftJustify
  68.     TitleFont.Color = clBlack
  69.     TitleFont.Height = -11
  70.     TitleFont.Name = 'MS Sans Serif'
  71.     TitleFont.Style = [fsBold]
  72.     TitleLines = 1
  73.     TitleButtons = False
  74.     OnDblClick = wwDBGrid1DblClick
  75.     OnMouseDown = wwDBGrid1MouseDown
  76.     IndicatorColor = icBlack
  77.     OnColumnMoved = wwDBGrid1ColumnMoved
  78.   end
  79.   object wwIncrementalSearch1: TwwIncrementalSearch
  80.     Left = 8
  81.     Top = 24
  82.     Width = 329
  83.     Height = 20
  84.     Hint = 'Enter characters for incremental search'
  85.     DataSource = DataSource1
  86.     AutoSize = False
  87.     ParentShowHint = False
  88.     ShowHint = True
  89.     TabOrder = 0
  90.   end
  91.   object StatusHeader: THeader
  92.     Left = 56
  93.     Top = 252
  94.     Width = 185
  95.     Height = 21
  96.     Hint = 'Table Name and current record position'
  97.     ParentShowHint = False
  98.     Sections.Sections = (
  99.       #0'8'#0
  100.       #0'8'#0)
  101.     ShowHint = True
  102.     TabOrder = 4
  103.     Visible = False
  104.   end
  105.   object UserButtonPanel: TPanel
  106.     Left = 8
  107.     Top = 300
  108.     Width = 329
  109.     Height = 40
  110.     BevelInner = bvRaised
  111.     BevelOuter = bvLowered
  112.     TabOrder = 3
  113.     Visible = False
  114.     object UserButton1: TButton
  115.       Left = 12
  116.       Top = 8
  117.       Width = 89
  118.       Height = 26
  119.       Caption = 'UserButton1'
  120.       TabOrder = 0
  121.       Visible = False
  122.       OnClick = UserButton1Click
  123.     end
  124.     object UserButton2: TButton
  125.       Left = 124
  126.       Top = 8
  127.       Width = 89
  128.       Height = 26
  129.       Caption = 'UserButton2'
  130.       TabOrder = 1
  131.       Visible = False
  132.       OnClick = UserButton2Click
  133.     end
  134.   end
  135.   object DataSource1: TwwDataSource
  136.     OnDataChange = DataSource1DataChange
  137.     Left = 300
  138.     Top = 340
  139.   end
  140. end
  141.